-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidy up run-nowebhook recipe & make clean PHONY #1310
Tidy up run-nowebhook recipe & make clean PHONY #1310
Conversation
The suggestion to tidy up the run-nowebhook recipe comes from this conversation: https://github.com/opendatahub-io/opendatahub-operator/pull/1304/files#r1806731373
I believe `clean` should be a PHONY target, since it doesn't create a file called `clean`
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ykaliuta, zdtsw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test opendatahub-operator-e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## incubation #1310 +/- ##
=============================================
Coverage ? 17.50%
=============================================
Files ? 30
Lines ? 3360
Branches ? 0
=============================================
Hits ? 588
Misses ? 2710
Partials ? 62 ☔ View full report in Codecov by Sentry. |
b91bd29
into
opendatahub-io:incubation
* chore: Tidy run-nowebhook recipe The suggestion to tidy up the run-nowebhook recipe comes from this conversation: https://github.com/opendatahub-io/opendatahub-operator/pull/1304/files#r1806731373 * chore: Make `clean` a PHONY target I believe `clean` should be a PHONY target, since it doesn't create a file called `clean` (cherry picked from commit b91bd29)
…m incubation (#1309) * Init: import rhoai 2.15 Signed-off-by: Wen Zhou <[email protected]> * update: fix difference from previous commit Signed-off-by: Wen Zhou <[email protected]> * update: docs Signed-off-by: Wen Zhou <[email protected]> * remove: konflux Signed-off-by: Wen Zhou <[email protected]> * fix: docs and wrong selector on service Signed-off-by: Wen Zhou <[email protected]> * update: make TrustyAI GA Signed-off-by: Wen Zhou <[email protected]> * fix: syntax and missing placeholder file and channel Signed-off-by: Wen Zhou <[email protected]> * secret-generator controller: avoid reporting 'Secret not found' error in reconcile (#1312) (cherry picked from commit bde4b4e) * update: remove dsp with v1(tekton)backend related code (#1281) * update: remove dsp with v1(tekton)backend related code - images - tekton rbac - descriptions Signed-off-by: Wen Zhou <[email protected]> Co-authored-by: Humair Khan <[email protected]> --------- Signed-off-by: Wen Zhou <[email protected]> Co-authored-by: Humair Khan <[email protected]> (cherry picked from commit 133b710) * update: remove two SA which does not seem valid (#1254) Signed-off-by: Wen Zhou <[email protected]> (cherry picked from commit c0e0709) * update: rename variables rhods to rhoai (#1313) Signed-off-by: Wen Zhou <[email protected]> Co-authored-by: ajaypratap003 <[email protected]> (cherry picked from commit 511977e) * Tidy up run-nowebhook recipe & make clean PHONY (#1310) * chore: Tidy run-nowebhook recipe The suggestion to tidy up the run-nowebhook recipe comes from this conversation: https://github.com/opendatahub-io/opendatahub-operator/pull/1304/files#r1806731373 * chore: Make `clean` a PHONY target I believe `clean` should be a PHONY target, since it doesn't create a file called `clean` (cherry picked from commit b91bd29) * chore: uplift to 2.16 and fix lint Signed-off-by: Wen Zhou <[email protected]> * fix: wrong type (#1322) - we should watch IngressController from operator.openshift.io, not the k8s ingress - this matched the cache we added in main Signed-off-by: Wen Zhou <[email protected]> (cherry picked from commit 8ea9ea0) * update golangci-lint to v1.61.0 (#1327) * chore(linter): update golangci-lint to v1.61.0 * chore(linter): fix findings (cherry picked from commit 87c87ab) * fix: name in CSV + serviceaccountt + role/binding name Signed-off-by: Wen Zhou <[email protected]> * chore: remove duplicated image in modelmesh (#1336) - this only apply for deplenet odh-model-controller - no need to set it in the default map, a waste Signed-off-by: Wen Zhou <[email protected]> (cherry picked from commit 1f5af72) * feat: add annoation for cnf cni and csi Signed-off-by: Wen Zhou <[email protected]> * update: test and manifests for webhook mostly Signed-off-by: Wen Zhou <[email protected]> * add: missing mentric service Signed-off-by: Wen Zhou <[email protected]> --------- Signed-off-by: Wen Zhou <[email protected]> Co-authored-by: Marek Laššák <[email protected]> Co-authored-by: Gerard Ryan <[email protected]> Co-authored-by: Luca Burgazzoli <[email protected]>
Description
https://github.com/opendatahub-io/opendatahub-operator/pull/1304/files#r1806731373
clean
should be a PHONY task, since it doesn't create a file calledclean
How Has This Been Tested?
I verified that the expected commands would be run as part of the
run-nowebhook
target:Merge criteria